// var TN_Widget = function() { return { //Options newWindow : true, linkText : "view
tickets", tixUrl : "http://www.ticketnetwork.com/tix/", trackingParams : "", custLink : true, //depricated kbid : "", //Overwrittable functions trackingLink :"", CreateCustomUrl : function(row) { return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx"; }, CreateEventRow : function(row, isAlt) { return "" + row[0] +"" + row[1] +"
" + row[2] +"" + row[3] +"
" + row[4] + "
" + row[5] + ""+ this.linkText+ ""; }, AddCss: function(cssUrl) { var fileref=document.createElement("link"); fileref.setAttribute("rel", "stylesheet"); fileref.setAttribute("type", "text/css"); fileref.setAttribute("href", cssUrl); document.getElementsByTagName("head")[0].appendChild(fileref); }, CreateTable : function(eventData,kywrds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability if(this.kbid != "") this.trackingParams = "?img=249&kbid="+this.kbid; var newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '' + newTable.join('') + '
'; } else document.write('
' + newTable.join('') + '
'); if(eventData.length >= 100 && kywrds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-04A TN_Widget.CreateTable([['Lifeguard','Live in the Atrium at The Catalyst','Santa Cruz, CA','Friday','7/25/2025','9:00 PM','7234851','Lifeguard-7-25-2025'],['Surf Trash & The Happy Return','Live in the Atrium at The Catalyst','Santa Cruz, CA','Friday','8/1/2025','7:30 PM','7187593','Surf-Trash---The-Happy-Return-8-1-2025'],['Late Night Drive Home','Live in the Atrium at The Catalyst','Santa Cruz, CA','Friday','8/8/2025','8:00 PM','7070684','Late-Night-Drive-Home-8-8-2025'],['Red Leather','Live in the Atrium at The Catalyst','Santa Cruz, CA','Saturday','8/9/2025','9:00 PM','7081877','Red-Leather-8-9-2025'],['Spy','Live in the Atrium at The Catalyst','Santa Cruz, CA','Sunday','8/10/2025','7:00 PM','7234824','Spy-8-10-2025'],['Michael Seyer','Live in the Atrium at The Catalyst','Santa Cruz, CA','Wednesday','8/20/2025','8:00 PM','7187591','Michael-Seyer-8-20-2025'],['Birdtalker','Live in the Atrium at The Catalyst','Santa Cruz, CA','Sunday','9/21/2025','8:00 PM','7143028','Birdtalker-9-21-2025'],['Kelsey Waldon','Live in the Atrium at The Catalyst','Santa Cruz, CA','Friday','10/3/2025','8:00 PM','7232761','Kelsey-Waldon-10-3-2025'],['Durry','Live in the Atrium at The Catalyst','Santa Cruz, CA','Saturday','10/18/2025','8:00 PM','7074373','Durry-10-18-2025'],['Frankie Cosmos, Chris Cohen & Emily Yacina','Live in the Atrium at The Catalyst','Santa Cruz, CA','Thursday','10/23/2025','8:00 PM','7094900','Frankie-Cosmos--Chris-Cohen---Emily-Yacina-10-23-2025'],['Slater - Band','Live in the Atrium at The Catalyst','Santa Cruz, CA','Friday','10/24/2025','9:00 PM','7205629','Slater---Band-10-24-2025'],['Willis','Live in the Atrium at The Catalyst','Santa Cruz, CA','Friday','11/7/2025','8:00 PM','7239528','Willis-11-7-2025'],['Hobo Johnson and The Lovemakers','Live in the Atrium at The Catalyst','Santa Cruz, CA','Wednesday','12/10/2025','8:00 PM','7204505','Hobo-Johnson-and-The-Lovemakers-12-10-2025']],'The Catalyst Atrium','http://www.ticketnetwork.com/ticket/The-Catalyst-Atrium-events.aspx');